body {
  background: linear-gradient(to bottom, #FF359A,#E1E100);
  color: white;
  font-family: Zen Maru Gothic;
}

.menu{
  width: 600px;
  margin: 0 auto;
  display: flex;
  /* border: 1px solid #000; */
}

ul{list-style: none;}

.menu li{
  width: 300px;
  text-align: center;
 
}
 
h1 {
  font-size: 60px;
  text-align: center;
  font-family: Algerian; 
}

 
h2 {
  font-size: 50px;
  text-align: center;
  font-family: Algerian; 
}